Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if condition and needs input for pr-builder #112

Merged
merged 5 commits into from
Aug 23, 2024

Conversation

KyleFromNVIDIA
Copy link
Contributor

With rapidsai/shared-workflows#237, workflows may now specify if: always() to allow skipping jobs. This requires passing a needs input with ${{ toJSON(needs) }}. Enforce this new rule in rapids-check-pr-job-dependencies, and add some tests for the tool.

With rapidsai/shared-workflows#237, workflows
may now specify `if: always()` to allow skipping jobs. This requires
passing a `needs` input with `${{ toJSON(needs) }}`. Enforce this
new rule in `rapids-check-pr-job-dependencies`, and add some tests
for the tool.
@KyleFromNVIDIA KyleFromNVIDIA merged commit 2b3d27e into rapidsai:main Aug 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants